home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / unix / textmstr.shr / tm.hqx / Source Code ƒ / U / Utils_TextMaster.h < prev   
Text File  |  1991-05-09  |  477b  |  20 lines

  1. /*  Utils_TextMaster;                                                      Utilities */
  2.  
  3. /* Unit name:  Utils_TextMaster.h   */
  4. /* Function:  Utilities for the Program specific code. */
  5. /* History: 5/9/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8. /* ======================================================= */
  9.  
  10.  
  11.  
  12. extern void Close_The_Input_File(void);
  13. extern void Open_The_File(void);
  14. extern void Close_The_Output_File(void);
  15. extern void Save_The_File(void);
  16.  
  17.  
  18. /* ======================================================= */
  19.  
  20.